home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // MaskText.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
- // From: MaskText.pas
- //----------------------------------------------------------------------------
- #ifndef MaskTextHPP
- #define MaskTextHPP
- //----------------------------------------------------------------------------
- #include <Mask.hpp>
- #include <DsgnIntf.hpp>
- #include <Buttons.hpp>
- #include <StdCtrls.hpp>
- #include <Controls.hpp>
- #include <Forms.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <Windows.hpp>
- #include <System.hpp>
- #pragma warn -par
- #pragma warn -hid
- #pragma warn -inl
-
- namespace Masktext
- {
- //-- type declarations -------------------------------------------------------
- class __declspec(delphiclass) TMaskTextProperty;
- class __declspec(pascalimplementation) TMaskTextProperty : public Dsgnintf::TStringProperty
- {
- typedef Dsgnintf::TStringProperty inherited;
-
- public:
- virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
- virtual void __fastcall Edit(void);
- public:
- /* TPropertyEditor.Destroy */ __fastcall virtual ~TMaskTextProperty(void) { }
-
- public:
- /* TObject.Create */ __fastcall TMaskTextProperty(void) : Dsgnintf::TStringProperty() { }
-
- };
-
- class __declspec(delphiclass) TMaskTextForm;
- class __declspec(pascalimplementation) TMaskTextForm : public Forms::TForm
- {
- typedef Forms::TForm inherited;
-
- __published:
- Stdctrls::TLabel* Label3;
- Mask::TMaskEdit* TestEdit;
- Stdctrls::TLabel* Label1;
- Stdctrls::TLabel* EditMask;
- Stdctrls::TButton* OKButton;
- Stdctrls::TButton* CancelButton;
- Stdctrls::TButton* HelpButton;
- void __fastcall FormCreate(System::TObject* Sender);
- void __fastcall HelpButtonClick(System::TObject* Sender);
- public:
- /* TForm.Create */ __fastcall virtual TMaskTextForm(Classes::TComponent* AOwner) : Forms::TForm(AOwner
- ) { }
- /* TForm.CreateNew */ __fastcall TMaskTextForm(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(
- AOwner, Dummy) { }
- /* TForm.Destroy */ __fastcall virtual ~TMaskTextForm(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TMaskTextForm(HWND ParentWindow) : Forms::TForm(ParentWindow
- ) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern TMaskTextForm* MaskTextForm;
-
- } /* namespace Masktext */
-
- #pragma warn .par
- #pragma warn .hid
- #pragma warn .inl
-
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Masktext;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // MaskText
-